home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / src / out-of-phase-102-c / OutOfPhase 1.02 Source / OutOfPhase Folder / ImportWAVSample.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-23  |  584 b   |  28 lines  |  [TEXT/KAHL]

  1. /* ImportWAVSample.h */
  2.  
  3. #ifndef Included_ImportWAVSample_h
  4. #define Included_ImportWAVSample_h
  5.  
  6. /* ImportWAVSample module depends on */
  7. /* MiscInfo.h */
  8. /* Audit */
  9. /* Debug */
  10. /* Definitions */
  11. /* MainWindowStuff */
  12. /* Files */
  13. /* Alert */
  14. /* BufferedFileInput */
  15. /* SampleConsts */
  16. /* Memory */
  17. /* DataMunging */
  18. /* SampleObject */
  19.  
  20. /* forwards */
  21. struct MainWindowRec;
  22.  
  23. /* this routine asks for a file and tries to import the contents of that */
  24. /* file as a WAV sample.  it reports any errors to the user. */
  25. void                                ImportWAVSample(struct MainWindowRec* MainWindow);
  26.  
  27. #endif
  28.